object Form1: TForm1 Left = 201 Top = 99 Width = 445 Height = 300 Caption = '##MainApplication' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Menu = MainMenu1 PixelsPerInch = 96 OnCreate = FormCreate TextHeight = 16 object TabbedNotebook1: TTabbedNotebook Left = 0 Top = 0 Width = 437 Height = 224 Align = alClient TabFont.Color = clBtnText TabFont.Height = -11 TabFont.Name = 'MS Sans Serif' TabFont.Style = [] TabOrder = 0 object TTabPage Left = 5 Top = 26 Caption = '##Dynamic Create' object Panel1: TPanel Left = 16 Top = 56 Width = 401 Height = 113 Hint = '##HintPanel1' Caption = 'Panel1' ParentShowHint = False ShowHint = True TabOrder = 0 end object Button1: TButton Left = 8 Top = 16 Width = 401 Height = 33 Hint = '##HintCreate Checkbox' Caption = '##&Create checkbox' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = Button1Click end end object TTabPage Left = 5 Top = 26 Caption = '##Example' end end object Statusbar: TPanel Left = 0 Top = 224 Width = 437 Height = 30 Align = alBottom Alignment = taLeftJustify BevelInner = bvLowered Font.Color = clWindowText Font.Height = -24 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object MainMenu1: TMainMenu Left = 56 Top = 104 object N1: TMenuItem Caption = '##&File' Hint = '##HintFile' object N2: TMenuItem Caption = '##&New' Hint = '##HintFileNew' end object N3: TMenuItem Caption = '##&Open' Hint = '##HintFileOpen' end object N4: TMenuItem Caption = '##&Save' Hint = '##HintFileSave' end object N5: TMenuItem Caption = '##&Close' Hint = '##HintFileClose' end object N6: TMenuItem Caption = '-' end object N7: TMenuItem Caption = '##E&xit' Hint = '##HintFileExit' OnClick = N7Click end end object N8: TMenuItem Caption = '##&Edit' Hint = '##HintEdit' object N9: TMenuItem Caption = '##&Paste' Hint = '##HintEditPaste' end object N10: TMenuItem Caption = '##&Cut' Hint = '##HintEditCut' end object N11: TMenuItem Caption = '##C&opy' Hint = '##HintEditCopy' end end object N12: TMenuItem Caption = '##&Help' Hint = '##HintHelp' object N13: TMenuItem Caption = '##&Index' Hint = '##HintHelpIndex' end object N14: TMenuItem Caption = '##&About' Hint = '##HintHelpAbout' OnClick = N14Click end end end object Lingua1: TLingua Check = 'Click on ...' Cookie = '##' DatabaseName = 'LINGUA' Language = 'Francais' NewWordPrompt = True Left = 21 Top = 106 end end